ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/scan.c
(Generate patch)

Comparing hopm/trunk/src/scan.c (file contents):
Revision 6236 by michael, Wed Jul 1 18:09:27 2015 UTC vs.
Revision 6237 by michael, Wed Jul 8 13:49:12 2015 UTC

# Line 771 | Line 771 | scan_negative(const struct scan_struct *
771   static void
772   scan_irckline(const struct scan_struct *ss, const char *format, const char *type)
773   {
774 <  char message[MSGLENMAX];  /* OUTPUT */
774 >  char message[MSGLENMAX] = "";  /* OUTPUT */
775  
776    unsigned int pos = 0;   /* position in format */
777    unsigned int len = 0;   /* position in message */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines