changeset 12488:40fada5b3d59

[gaim-migrate @ 14800] return 0 when successful. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 15 Dec 2005 16:13:56 +0000
parents 799e95eed274
children 12db50600de5
files src/win32/libc_interface.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/win32/libc_interface.c	Wed Dec 14 23:26:40 2005 +0000
+++ b/src/win32/libc_interface.c	Thu Dec 15 16:13:56 2005 +0000
@@ -230,6 +230,7 @@
 			}
 			/* Replace the length with the actually used length */
 			ifc->ifc_len = ifc->ifc_len - (ifc->ifc_buf - tmp);
+			return 0;
 		}
 	}
 	default: