diff src/protocols/zephyr/ZGetWGPort.c @ 10592:d72fffd1b1ad

[gaim-migrate @ 11998] These parts of Zephyr don't include gaim's internal.h, so back out the gstdio changes for now. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 12 Feb 2005 01:28:04 +0000
parents 0f7452b1f777
children 5727afad0fb8
line wrap: on
line diff
--- a/src/protocols/zephyr/ZGetWGPort.c	Sat Feb 12 01:13:01 2005 +0000
+++ b/src/protocols/zephyr/ZGetWGPort.c	Sat Feb 12 01:28:04 2005 +0000
@@ -29,7 +29,7 @@
 	(void) sprintf(name, "/tmp/wg.%d", getuid());
 	envptr = name;
     } 
-    if (!(fp = g_fopen(envptr, "r")))
+    if (!(fp = fopen(envptr, "r")))
 	return (-1);
 
     /* if fscanf fails, return -1 via wgport */