From: Guido van Rossum Date: Fri, 17 Feb 1995 15:04:57 +0000 (+0000) Subject: fix typo (== for =) in assignment X-Git-Tag: v1.2b4~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9dfaf5a3b4f714857f16cf0d2a7637829dcb659;p=thirdparty%2FPython%2Fcpython.git fix typo (== for =) in assignment --- diff --git a/Python/compile.c b/Python/compile.c index cb25da2f968d..a178bdb4ab44 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -499,7 +499,7 @@ com_addopname(c, op, n) if (p + strlen(s) > buffer + (sizeof buffer) - 2) { err_setstr(MemoryError, "dotted_name too long"); - name == NULL; + name = NULL; break; } if (p != buffer)