diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-11 20:37:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-11 20:37:09 +0000 |
commit | 4b8f4908665191505a6840b08ab2c5fc15f1e99c (patch) | |
tree | 63e52176d20439621ed536b690317d29194d8888 /misc/wmweather+/files/patch-subst.c | |
parent | Contain '\r' with FTP commands. (diff) |
Add wmweather+ 2.4, think wmweather with forecasts, weather
map, and a sky cond. display.
PR: ports/50834
Submitted by: Harald Wille <harald.wille@students.jku.at>
Notes
Notes:
svn path=/head/; revision=78763
Diffstat (limited to 'misc/wmweather+/files/patch-subst.c')
-rw-r--r-- | misc/wmweather+/files/patch-subst.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/wmweather+/files/patch-subst.c b/misc/wmweather+/files/patch-subst.c new file mode 100644 index 000000000000..47970b1ce01d --- /dev/null +++ b/misc/wmweather+/files/patch-subst.c @@ -0,0 +1,11 @@ +--- subst.c.orig Sun Sep 22 22:00:53 2002 ++++ subst.c Fri Apr 11 02:07:44 2003 +@@ -48,7 +48,7 @@ + char *format=NULL; + size_t formatlen=0; + int flags; +- ssize_t str_start; ++ size_t str_start; + + for(i=j=0; s[i]!='\0'; i++){ + if(s[i]!='%'){ |