diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-12-26 01:05:43 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-12-26 01:05:43 +0000 |
commit | b2ceeccea5f00ccbdf70ef49f6499e55e43c5040 (patch) | |
tree | 0374ea846ab7f2a7901e9318a60a78e4c3a82a73 /app-admin | |
parent | Fix changelog entry for _commons-digester_ (diff) | |
download | gentoo-2-b2ceeccea5f00ccbdf70ef49f6499e55e43c5040.tar.gz gentoo-2-b2ceeccea5f00ccbdf70ef49f6499e55e43c5040.tar.bz2 gentoo-2-b2ceeccea5f00ccbdf70ef49f6499e55e43c5040.zip |
Fix patch file.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/otpcalc/files/otpcalc-0.97-gtk2-gentoo.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/otpcalc/files/otpcalc-0.97-gtk2-gentoo.patch b/app-admin/otpcalc/files/otpcalc-0.97-gtk2-gentoo.patch index 71f988d17923..19abd5d2f34d 100644 --- a/app-admin/otpcalc/files/otpcalc-0.97-gtk2-gentoo.patch +++ b/app-admin/otpcalc/files/otpcalc-0.97-gtk2-gentoo.patch @@ -64,7 +64,7 @@ words[extract(message, 44, 11)], words[extract(message, 55, 11)], - (newline == 1) ? "\n" : NULL); -+ (newline == 1) ? "\n" : "\0"); ++ (newline == 1) ? "\n" : ""); return response; |