comparison src/util.c @ 13923:7d513e44201b

[gaim-migrate @ 16439] Minor odds and ends committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 Jul 2006 08:11:08 +0000
parents 378bba5011e7
children e18155a11d1c
comparison
equal deleted inserted replaced
13922:5750bdb4f778 13923:7d513e44201b
2519 *fpath = NULL; 2519 *fpath = NULL;
2520 } 2520 }
2521 } 2521 }
2522 } else { 2522 } else {
2523 gaim_debug(GAIM_DEBUG_ERROR, "gaim_mkstemp", 2523 gaim_debug(GAIM_DEBUG_ERROR, "gaim_mkstemp",
2524 "g_get_tmp_dir() failed!"); 2524 "g_get_tmp_dir() failed!\n");
2525 } 2525 }
2526 2526
2527 return fp; 2527 return fp;
2528 } 2528 }
2529 2529