[rtmpdump] patch: fix shadow comment

Peter Miller pmiller at opensource.org.au
Sat Apr 9 04:50:48 CEST 2011


This patch fixes a comment that was erroneously changed, when fixing
shadow warnings.

-- 
Regards
Peter Miller <pmiller at opensource.org.au>
/\/\*        http://miller.emu.id.au/pmiller/

PGP public key ID: 1024D/D0EDB64D
fingerprint = AD0A C5DF C426 4F03 5D53  2BDB 18D8 A4E2 D0ED B64D
See http://www.keyserver.net or any PGP keyserver for public key.

"The ability to simplify means to eliminate the unnecessary so that the
necessary may speak." -- Hans Hoffmann
-------------- next part --------------
MIME-Version: 1.0
Content-Type: application/aegis-patch
Subject: rtmpdump.2.3 - correct comment
Content-Name: rtmpdump.2.3.C027.patch
Content-Disposition: attachment; filename=rtmpdump.2.3.C027.patch
X-Aegis-Project-Name: rtmpdump.2.3
X-Aegis-Change-Number: 27

#	
#	This change set fixes a comment that was erroneously changed, when
#	fixing shadow warnings.
#	
# Aegis-Change-Set-Begin
# QlpoMzFBWSZTWSZZ0IEAAF9bgAAQUAf/6gQKv+ff6jABOqNoaSMjJkm9KeSYyp41IAejQamT
# RNqMRGgBggAaBoTRMU9TT1MI0MmjQNAKgtlZD6YAQ1IX8L+gNhIeZZuB/cVYbmuyRTL4lM5x
# TLBQHJ7nL4pTanb5/69jDUG65ffRR0VYdeD2hKEJtdkyiKOOmXVAhomHG5q3AiTIBasUcZvo
# 1aFth3w3pjFBUH1B1vW/AaY4/b1/g47siFJo4hnEWZXCqxS3DXhcOENmE+C7S8S1dFkKm+eS
# 1MnZJ9wvqTK4lvnDSlk/qfQQMSQGI6NLyeHKpw9gh771Y3XoJixlasHs8WqzH7uMXWlWRKfA
# zIQBScxdgQBNDYv00KTIB1q7eU8Iib6pOew6nPioNkwcmMk0A7KipW2BiAEGPrOMoiM6Wk9h
# QE1Q7GibUoEiRkRbrgP4u5IpwoSBMs6ECA==
# Aegis-Change-Set-End
#
Index: librtmp/hashswf.c
--- librtmp/hashswf.c
+++ librtmp/hashswf.c
@@ -425,7 +425,7 @@
       tzchecked = 1;
     }
   res = mktime(&when);
-  /* Unfortunately, mktime() assumes the input is in local when,
+  /* Unfortunately, mktime() assumes the input is in local time,
    * not GMT, so we have to correct it here.
    */
   if (res != -1)


More information about the rtmpdump mailing list