]> git.pld-linux.org Git - packages/gaphor.git/commitdiff
- fix build OverflowError
authorsaq <saq@pld-linux.org>
Sun, 9 Jan 2005 20:05:57 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gaphor-int-overflow.patch -> 1.1.2.1

gaphor-int-overflow.patch [new file with mode: 0644]

diff --git a/gaphor-int-overflow.patch b/gaphor-int-overflow.patch
new file mode 100644 (file)
index 0000000..c149712
--- /dev/null
@@ -0,0 +1,11 @@
+--- gaphor-0.5.0/utils/msgfmt.py.orig  2002-12-29 10:08:16.000000000 +0100
++++ gaphor-0.5.0/utils/msgfmt.py       2005-01-09 21:02:23.137887168 +0100
+@@ -82,7 +82,7 @@
+         koffsets += [l1, o1+keystart]
+         voffsets += [l2, o2+valuestart]
+     offsets = koffsets + voffsets
+-    output = struct.pack("iiiiiii",
++    output = struct.pack("Iiiiiii",
+                          0x950412de,        # Magic
+                          0,                 # Version
+                          len(keys),         # # of entries
This page took 0.034801 seconds and 4 git commands to generate.