comparison src/pop3_in.c @ 113:c93023f58cc7

Paolo's code and vanilla code differs what is the correct way? Someone should check. ;-)
author meillo@marmaro.de
date Wed, 30 Jun 2010 13:23:49 +0200
parents f671821d8222
children 2685e59f6f43
comparison
equal deleted inserted replaced
112:c2f1ba43ae0c 113:c93023f58cc7
267 DEBUG(5) debugf("arg0 = %d\n", *arg0); 267 DEBUG(5) debugf("arg0 = %d\n", *arg0);
268 p = pe; 268 p = pe;
269 if (strtoi(p, &pe, arg1)) 269 if (strtoi(p, &pe, arg1))
270 DEBUG(5) debugf("arg1 = %d\n", *arg1); 270 DEBUG(5) debugf("arg1 = %d\n", *arg1);
271 return TRUE; 271 return TRUE;
272 /* FIXME: Paolo's code has the return stmt
273 inside the if block right above it. What
274 is correct? */
272 } 275 }
273 popb->error = pop3_syntax; 276 popb->error = pop3_syntax;
274 } 277 }
275 return FALSE; 278 return FALSE;
276 } 279 }