]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bad format char in error msg (%s should be %d).
authorGuido van Rossum <guido@python.org>
Thu, 5 Dec 1996 23:30:16 +0000 (23:30 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 5 Dec 1996 23:30:16 +0000 (23:30 +0000)
commit81b24c0221fd829d69c43367b1f9eb3c6ac81d70
treec7d89dce9d31dc51d6a7a976c9c1024b8499bf8b
parent80bb9655f0e0843199b46719b032f2dc737cf013
Fix bad format char in error msg (%s should be %d).

Keep gcc -Wall happy.
Modules/bsddbmodule.c