Thu, 08 May 2003 23:25:54 +0000
[gaim-migrate @ 5714]
Note on paths written to the .gaimrc file
| PROGRAMMING_NOTES | file | annotate | diff | comparison | revisions |
--- a/PROGRAMMING_NOTES Thu May 08 23:20:25 2003 +0000 +++ b/PROGRAMMING_NOTES Thu May 08 23:25:54 2003 +0000 @@ -31,6 +31,10 @@ printf("File in DATADIR is: %s%s%s\n", DATADIR, G_DIR_SEPARATOR_S, "pic.png"); +- When writing out paths to .gaimrc, use wgaim_escape_dirsep. This is necessary + because the Windows dir separator '\' is being used to escape characters, when + paths are read in from the .gaimrc file. + PLUGINS & PROTOS ----------------