diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-27 23:45:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-27 23:45:55 +0000 |
commit | 2f51fb6960b819ea53ff7d345bfa04e72ae97489 (patch) | |
tree | 49b90bf41a3242a6957c5e74ef24b7405f1efc16 /print/hplip3/files | |
parent | 2800315a11204bf62f0859814c1bee834e554958 (diff) |
- Update to 1.7.1
PR: 108444
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Notes
Notes:
svn path=/head/; revision=183456
Diffstat (limited to 'print/hplip3/files')
-rw-r--r-- | print/hplip3/files/patch-api_model.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/hplip3/files/patch-api_model.c b/print/hplip3/files/patch-api_model.c deleted file mode 100644 index c9ddf37a9cfe..000000000000 --- a/print/hplip3/files/patch-api_model.c +++ /dev/null @@ -1,11 +0,0 @@ ---- api/model.c.orig 2006-10-18 20:58:33.000000000 +0200 -+++ api/model.c 2007-01-19 15:58:49.000000000 +0100 -@@ -269,7 +269,7 @@ static int DelList() - /* Parse *.inc file. */ - static int ParseInc(char *incFile) - { -- FILE *fp; -+ FILE *fp = NULL; - struct list_head *p; - LabelRecord *pl; - char rcbuf[255]; |