[dovecot-cvs] dovecot/src/lib-imap imap-parser.h,1.9,1.10

cras at procontrol.fi cras at procontrol.fi
Wed Jan 8 22:47:40 EET 2003


Update of /home/cvs/dovecot/src/lib-imap
In directory danu:/tmp/cvs-serv19572

Modified Files:
	imap-parser.h 
Log Message:
comment fix



Index: imap-parser.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-imap/imap-parser.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- imap-parser.h	5 Jan 2003 13:09:52 -0000	1.9
+++ imap-parser.h	8 Jan 2003 20:47:38 -0000	1.10
@@ -76,7 +76,7 @@
    count-sized array of arguments are stored into args when return value is
    0 or larger. If all arguments weren't read, they're set to NIL. count
    can be set to 0 to read all arguments in the line. Last element in
-   args[size] is always of type IMAP_ARG_EOL. */
+   args is always of type IMAP_ARG_EOL. */
 int imap_parser_read_args(struct imap_parser *parser, unsigned int count,
 			  enum imap_parser_flags flags, struct imap_arg **args);
 




More information about the dovecot-cvs mailing list