Hi,
While browsing the fossil sources for examples of platform-specific
behaviour, I came across the following (in db_open_config() in db.c):
#ifdef __MINGW32__
/* . filenames give some window systems problems and many apps
problems */
zDbName = mprintf("%//_fossil", zHome);
#else
zDbName = mprintf("%s/.fossil", zHome);
#endif
Is that meant to be a "%/" as a format specifier?
Regards,
Twylite
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users