Changeset 5058:89abe8bd0713 for imap

Show
Ignore:
Timestamp:
2007-04-03 10:54:56 (20 months ago)
Author:
Fabian Groffen <grobian@…>
Branch:
HEAD
Message:

Fix some warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/message.c

    r5046 r5058  
    878878    else 
    879879      *s = *p; 
    880     *p++; 
    881     *s++; 
     880    p++; 
     881    s++; 
    882882  } 
    883883  *s = '\0';