diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 22:15:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 22:15:47 +0000 |
commit | 4d51c76a9fbcb8196c0697de7fb251c733d063b5 (patch) | |
tree | 9b665c5ba99cbdadc28f5fad5cab02a567b6fd83 /multimedia/lsdvd | |
parent | 0d06c4f12ae5d62dd9db0ab8482d10979c8efe79 (diff) |
Notes
Diffstat (limited to 'multimedia/lsdvd')
-rw-r--r-- | multimedia/lsdvd/files/patch-ocode.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/multimedia/lsdvd/files/patch-ocode.c b/multimedia/lsdvd/files/patch-ocode.c deleted file mode 100644 index dde616c067ce..000000000000 --- a/multimedia/lsdvd/files/patch-ocode.c +++ /dev/null @@ -1,12 +0,0 @@ ---- ocode.c.orig Sat Nov 25 19:46:18 2006 -+++ ocode.c Sat Nov 25 19:45:59 2006 -@@ -114,8 +114,7 @@ - INDENT; - if (_lvl) { - printf(syntax->array_inner, name); -- printf(_lvl_return[_lvl]); -- //sprintf(_lvl_return[_lvl], syntax->return_array_inner, name); -+ _lvl_return[_lvl] = syntax->return_array_inner; - } else { - printf(syntax->array_outer, name); - _lvl_return[_lvl] = syntax->return_array_outer; |