# HG changeset patch # User Mark Doliner # Date 1078000102 0 # Node ID 8ef2f204390237ea42033edd498ea4a655d482fa # Parent 8d012c803411749778e445a35f41528f6d2caa6c [gaim-migrate @ 9086] Windows is teh suck. Want to know why?! http://sourceforge.net/tracker/?func=detail&aid=839706&group_id=235&atid=100235 (I haven't actually responded yet, I'm going to in a minute) committer: Tailor Script diff -r 8d012c803411 -r 8ef2f2043902 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Sat Feb 28 18:53:54 2004 +0000 +++ b/src/protocols/oscar/oscar.c Sat Feb 28 20:28:22 2004 +0000 @@ -4432,7 +4432,7 @@ } if (iconfile && !stat(iconfile, &st)) { - FILE *file = fopen(iconfile, "r"); + FILE *file = fopen(iconfile, "rb"); if (file) { char *buf = g_malloc(st.st_size); fread(buf, 1, st.st_size, file);