|
From: | Pedro Aguilar |
Subject: | Re: [1/2]: Patch smsd/sqlite: Several bug fixes / optimizations |
Date: | Tue, 26 Mar 2013 14:19:14 +0100 |
2013/3/23 Pedro Aguilar:
I'll let Jan speak for this, but I wouldn't aplly this patch for two reasons:
> This patch skips the sleep(1) when there was no error in WriteSMS().
the line you added has tabs instead of spaces, just use what the
surrounding lines use
the check for the error variable in while() will always be true now
since you break on the negated condition so you can use just
while (numError++ < 3);
--
Daniele Forsi
_______________________________________________
gnokii-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/gnokii-users
02_skip_sleep_writesms_ok.patch
Description: Binary data
[Prev in Thread] | Current Thread | [Next in Thread] |