diff options
Diffstat (limited to 'deskutils/abacus/files/patch-ag')
-rw-r--r-- | deskutils/abacus/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/abacus/files/patch-ag b/deskutils/abacus/files/patch-ag new file mode 100644 index 000000000000..43bf9bfc88c5 --- /dev/null +++ b/deskutils/abacus/files/patch-ag @@ -0,0 +1,11 @@ +--- tcl_interf/format.cc.orig Sun Nov 28 21:31:39 1999 ++++ tcl_interf/format.cc Sun Nov 28 21:32:08 1999 +@@ -65,7 +65,7 @@ + right_item_double = FALSE; + } + +-Border::operator=(const Border &rig) ++void Border::operator=(const Border &rig) + { + top = rig.top; + bottom = rig.bottom; |