]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix typo (== for =) in assignment
authorGuido van Rossum <guido@python.org>
Fri, 17 Feb 1995 15:04:57 +0000 (15:04 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Feb 1995 15:04:57 +0000 (15:04 +0000)
Python/compile.c

index cb25da2f968d05a6fe86dba3525006e07c4079aa..a178bdb4ab445ad8d2194a6f20769d353510388b 100644 (file)
@@ -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)