# HG changeset patch # User Herman Bloggs # Date 1052436354 0 # Node ID 10b5ac17fdd6f5a63a8fec933eacdabbd18c6250 # Parent 1c71d1337b1caaea8362183a72d96dd268fa7a43 [gaim-migrate @ 5714] Note on paths written to the .gaimrc file committer: Tailor Script diff -r 1c71d1337b1c -r 10b5ac17fdd6 PROGRAMMING_NOTES --- 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 ----------------