From 97eb2ad3788626dc1677fd953bd310b245d7421b Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 13 Mar 2008 23:53:06 +0000 Subject: [PATCH] --- ase/utl/stdio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ase/utl/stdio.c b/ase/utl/stdio.c index b5bba1c1..f13dff78 100644 --- a/ase/utl/stdio.c +++ b/ase/utl/stdio.c @@ -1,5 +1,5 @@ /* - * $Id: stdio.c 128 2008-03-12 14:00:50Z baconevi $ + * $Id: stdio.c 130 2008-03-13 05:53:06Z baconevi $ * * {License} */ @@ -437,7 +437,7 @@ ase_ssize_t ase_getdelim ( nb = realloc (b, ncapa*sizeof(ase_char_t)); if (nb == ASE_NULL) { - len = (ase_size_t)-2; + len = (ase_size_t)-2; goto exit_task; }