mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 06:14:28 +08:00
Fix typo in comment
This commit is contained in:
+1
-1
@@ -4444,7 +4444,7 @@ char *Fl_Darwin_System_Driver::preference_rootnode(Fl_Preferences *prefs, Fl_Pre
|
|||||||
|
|
||||||
// Our C path names for preferences will be:
|
// Our C path names for preferences will be:
|
||||||
// SYSTEM: "/Library/Preferences/$vendor/$application.prefs"
|
// SYSTEM: "/Library/Preferences/$vendor/$application.prefs"
|
||||||
// SYSTEM: "/Users/$user/Preferences/$vendor/$application.prefs"
|
// USER: "/Users/$user/Library/Preferences/$vendor/$application.prefs"
|
||||||
snprintf(filename + strlen(filename), FL_PATH_MAX - strlen(filename),
|
snprintf(filename + strlen(filename), FL_PATH_MAX - strlen(filename),
|
||||||
"/%s/%s.prefs", vendor, application);
|
"/%s/%s.prefs", vendor, application);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user