remove short buffer path in pov rendering el
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Apr 2021 04:15:18 +0000 (21:15 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 20 Apr 2021 14:49:55 +0000 (07:49 -0700)
commitf5c1bd3a7275f53a333ce16711ace6edf193ef50
treefd94f4e1be1bcb132971f70db190a5e63c4ce0ef
parentd990941aca900f8191170279784e5e7030c8f852
remove short buffer path in pov rendering el

C99 vsnprintf semantics let you call the function with a NULL pointer to
discover the required number of bytes to print the given string. With this
ability, there is no longer any advantage to having two paths through this
function.
plugin/core/gvrender_core_pov.c