changeset 5338:10b5ac17fdd6

[gaim-migrate @ 5714] Note on paths written to the .gaimrc file committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 08 May 2003 23:25:54 +0000
parents 1c71d1337b1c
children 7e79bc9bedc8
files PROGRAMMING_NOTES
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 ----------------