diff options
Diffstat (limited to 'print/hplip3/files/patch-pcard_pcardext_pcardext.c')
-rw-r--r-- | print/hplip3/files/patch-pcard_pcardext_pcardext.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/print/hplip3/files/patch-pcard_pcardext_pcardext.c b/print/hplip3/files/patch-pcard_pcardext_pcardext.c index 4c531f92d1f2..133c6b2c5879 100644 --- a/print/hplip3/files/patch-pcard_pcardext_pcardext.c +++ b/print/hplip3/files/patch-pcard_pcardext_pcardext.c @@ -17,13 +17,3 @@ /*char buf[1024]; sprintf( buf, "print 'FatInit()=%d\n'", i ); PyRun_SimpleString( buf );*/ -@@ -111,8 +112,8 @@ - PyObject * pcardext_ls( PyObject * self, PyObject * args ) - { - PyObject * file_list; -- file_list = PyList_New(0); - FILE_ATTRIBUTES fa; -+ file_list = PyList_New(0); - - FatDirBegin( &fa ); - |