From: Bruno Haible Date: Wed, 8 Jan 2003 14:12:04 +0000 (+0000) Subject: Nop. X-Git-Tag: v0.12~1190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=684abe4e60acd5efb6135ff664ab7213c4f4a0cc;p=thirdparty%2Fgettext.git Nop. --- diff --git a/src/read-mo.c b/src/read-mo.c index e6fc2d1d1..5c0e72e86 100644 --- a/src/read-mo.c +++ b/src/read-mo.c @@ -203,7 +203,7 @@ get_sysdep_string (const struct binary_mo_file *bfp, size_t offset, if (ss_offset + ss_length > bfp->size) abort (); if (!(ss_length > 0 && bfp->data[ss_offset + ss_length - 1] == '\0')) - abort(); + abort (); n = strlen (bfp->data + ss_offset); *p++ = '<'; memcpy (p, bfp->data + ss_offset, n);