projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55db3e
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 12 Dec 2009 07:46:34 +0000
(07:46 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 12 Dec 2009 07:46:34 +0000
(07:46 -0000)
svn path=/main/trunk/; revision=15047
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 646295feee9f655ca30e741dbebcc442b7457cd4..ef73e45959bba4a5530eeec0e7a1677bb6290cff 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-7678,7
+7678,7
@@
def movefile(src, dest, newmtime=None, sstat=None, mysettings=None,
mtime_str = "%i." % int_mtime
nonzero_digits = 0
decimal_places = 9
- for i in range(
max_digit
s):
+ for i in range(
decimal_place
s):
for digit in range(9, -1, -1):
digit_str = str(digit)
if int_mtime == long(float(mtime_str + digit_str)):