diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-25 14:26:46 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-25 14:26:46 +0000 |
commit | 9a885c614bacb1567aba6144e29667d045d6dcf6 (patch) | |
tree | 9f67ab795532193068b438fe7237500346e3c4c8 /print/hplip/files/patch-pcard_pcardext_pcardext.c | |
parent | Update to 1.19 (diff) |
- Added files/ patch-api_model.c, patch-prnt_hpijs_configure
- Fixed OPTIONS usage (ports/108103) and PREFIX problem
- Removed files/ patch-backend_hp_hp.c, patch-scan_sane_hpaio.c,
patch-scan_sane.c
- Updated to 1.6.12
PR: ports/108278
Submitted by: Anish Minstry <aminstry at am-productions.biz> (maintainer)
Approved by: alexbl (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=183258
Diffstat (limited to 'print/hplip/files/patch-pcard_pcardext_pcardext.c')
-rw-r--r-- | print/hplip/files/patch-pcard_pcardext_pcardext.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/print/hplip/files/patch-pcard_pcardext_pcardext.c b/print/hplip/files/patch-pcard_pcardext_pcardext.c index 4c531f92d1f2..133c6b2c5879 100644 --- a/print/hplip/files/patch-pcard_pcardext_pcardext.c +++ b/print/hplip/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 ); - |