[Pkg-wmaker-commits] [wmfrog] 73/145: debian/patches/30-wmfrog.c-no-output.patch: Fix typo: don't

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfrog.

commit 248e55c15b32e1dd93ab96fea65a64e4baa55e16
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Wed Feb 15 06:33:03 2012 -0500

    debian/patches/30-wmfrog.c-no-output.patch: Fix typo: don't
---
 debian/patches/30-wmfrog.c-no-output.patch | 35 +++++++++++++++++++++++++++---
 1 file changed, 32 insertions(+), 3 deletions(-)

diff --git a/debian/patches/30-wmfrog.c-no-output.patch b/debian/patches/30-wmfrog.c-no-output.patch
old mode 100755
new mode 100644
index d136ce2..47d7603
--- a/debian/patches/30-wmfrog.c-no-output.patch
+++ b/debian/patches/30-wmfrog.c-no-output.patch
@@ -3,11 +3,13 @@ Subject: Src/wmFrog.c: (main): No output
 
 @DPATCH@
 
-diff --git a/Src/wmFrog.c b/Src/wmFrog.c
-index e2d82af..573dbf5 100644
+---
+ Src/wmFrog.c |    8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
 --- a/Src/wmFrog.c
 +++ b/Src/wmFrog.c
-@@ -214,7 +214,7 @@ FILE		*fp;
+@@ -214,7 +214,7 @@
  	    dt2 = 0;
  
  	    sprintf(FileName, "%s/%s", folder, StationID);
@@ -16,3 +18,30 @@ index e2d82af..573dbf5 100644
      	    if ((fp = fopen(FileName, "r")) != NULL){
  	      fscanf(fp, "Hour:%d", &hour);
  	      fgets(Line, 512, fp);//h
+@@ -615,7 +615,7 @@
+ 
+ 	    } else if(sscanf(argv[i+1], "%d", &maxWind) != 1) {
+ 
+-		fprintf(stderr,"Dont understand the max wind value have entered (%s).\n", argv[i+1]);
++		fprintf(stderr,"Don't understand the max wind value have entered (%s).\n", argv[i+1]);
+ 		print_usage();
+ 		exit(-1);
+ 
+@@ -630,7 +630,7 @@
+ 
+ 	    } else if(sscanf(argv[i+1], "%d", &timeOffset) != 1) {
+ 
+-		fprintf(stderr,"Dont understand the time offset value have entered (%s).\n", argv[i+1]);
++		fprintf(stderr,"Don't understand the time offset value have entered (%s).\n", argv[i+1]);
+ 		print_usage();
+ 		exit(-1);
+ 
+@@ -666,7 +666,7 @@
+ 		}
+         	else if(sscanf(argv[i+1], "%ld", &UpdateDelay) != 1) {
+ 
+-		fprintf(stderr,"Dont understand the delay time you have entered (%s).\n", argv[i+1]);
++		fprintf(stderr,"Don't understand the delay time you have entered (%s).\n", argv[i+1]);
+ 		print_usage();
+ 		exit(-1);
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfrog.git



More information about the Pkg-wmaker-commits mailing list