Author :
millert
Date :
2024-04-12 14:10:28
Hash :d174fb19 Message :Avoid snprintf() of NULL when _nc_get_source() returns NULL.
The filename buffer is not actually used in this case but it is
safer to set it to the empty string than to leave it uninitialized.
OK tb@