]> granicus.if.org Git - python/commit
Fix compiler warning on amd64. We can't use zd here since this is
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 19 Feb 2006 19:34:15 +0000 (19:34 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 19 Feb 2006 19:34:15 +0000 (19:34 +0000)
commit20dd93f427ce0e0b57d4c8ed19317f98c2d75d42
treed7f259ecd0b8dcd5a3f3f2ac0f9b566ea707fb11
parenta361bd8dce3513d2f58a3b7548139990c31f0bb7
Fix compiler warning on amd64.  We can't use zd here since this is
ultimately going to snprintf() not the python string formatter.  Right?
Python/getargs.c