diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-31 13:42:33 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-31 13:42:33 +0000 |
commit | f0601dad486071b7cbd8ae081b5af3c48d3bb03b (patch) | |
tree | 2e590746d0cf689d31086d631a408f896e32027f /misc/wmweather+/files/patch-subst.c | |
parent | Update to version 2.10 (diff) |
Update to 2.9
PR: ports/69523
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=115150
Diffstat (limited to 'misc/wmweather+/files/patch-subst.c')
-rw-r--r-- | misc/wmweather+/files/patch-subst.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/wmweather+/files/patch-subst.c b/misc/wmweather+/files/patch-subst.c index 47970b1ce01d..e69de29bb2d1 100644 --- a/misc/wmweather+/files/patch-subst.c +++ b/misc/wmweather+/files/patch-subst.c @@ -1,11 +0,0 @@ ---- 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]!='%'){ |