[gaim-migrate @ 5714]

Thu, 08 May 2003 23:25:54 +0000

author
Herman Bloggs <herman@bluedigits.com>
date
Thu, 08 May 2003 23:25:54 +0000
changeset 5338
03c096de0dea
parent 5337
d5f1b2e0e353
child 5339
c5cb3e539ba0

[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
 ----------------
 

mercurial