mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix build on FreeBSD 4.x
This commit is contained in:
parent
74b0fae0ef
commit
0ba21a5f2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112741
12
net/liferea/files/patch-src-update.c
Normal file
12
net/liferea/files/patch-src-update.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/update.c.orig Mon Jun 28 00:23:19 2004
|
||||
+++ src/update.c Fri Jul 2 10:17:30 2004
|
||||
@@ -91,8 +91,8 @@
|
||||
}
|
||||
|
||||
void download_process(struct request *request) {
|
||||
- request->data = NULL;
|
||||
FILE *f;
|
||||
+ request->data = NULL;
|
||||
|
||||
if(request->source[0] == '|') {
|
||||
/* if the first char is a | we have a pipe else a file */
|
Loading…
Reference in New Issue
Block a user