changeset 852:5873c671490f

Typo
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 21 Oct 2012 17:27:31 +0200
parents 536e8d11edee
children 16428c4ecb22
files libfdproto/portability.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libfdproto/portability.c	Sun Oct 21 17:26:03 2012 +0200
+++ b/libfdproto/portability.c	Sun Oct 21 17:27:31 2012 +0200
@@ -57,7 +57,7 @@
 	if (output == NULL) {
 		outlen = len;
 	} else {
-		outlen = term - str;
+		outlen = output - str;
 	}
 	
 	CHECK_MALLOC_DO( output = malloc (outlen + 1), return NULL );
"Welcome to our mercurial repository"