mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-07 00:21:28 +03:00

Documentation update. 1998-10-30 Miguel de Icaza <miguel@nuclecu.unam.mx> * fish.c (command): Replace vnsprintf with g_strdup_vprintf. This is both safe and more correct, as there is no limit on the pathname. * ftpfs.c (command): Same as above. * util-alone.c (print_vfs_message): Same as above. 1998-10-30 Miguel de Icaza <miguel@nuclecu.unam.mx> * layout.c (print_vfs_message): Use g_snprintf instead of vnsprintf.