mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 06:21:26 +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:
|
||||
// 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),
|
||||
"/%s/%s.prefs", vendor, application);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user