[hobbit] Compile Issue with latest SVN version of 4.3.0
On Fri, 2009-11-27 at 19:45 +0100, Malcolm Hunter wrote:
Any Ideas?
It's a typo - plusminuts should be plusminus.
Actually the code looks a bit buggy because if the result of the first "if":
if (strstr(msgcopy, "ntpdate") != NULL) {
is true then char *offset won't be declared and could lead to a runtime error in the second "if" statement:
if (offsetval) {
Correction: it still doesn't compile. I suspect "offset" on line 131 should be "offsetval".
Thanks Malcolm. That compiles now :)
Cheers
Iain
Malcolm
Correction: it still doesn't compile. I suspect "offset" on line 131 should be "offsetval".
Thanks Malcolm. That compiles now :)
I see Henrik has fixed it in Subversion now. Looks like I suspected correctly :).
Malcolm
-- Technical copy-editor & proofreader
KDE Proofreading Team KDE British English Translation Team
http://l10n.kde.org/team-infos.php?teamcode=en_GB
Facebook: http://www.facebook.com/FriendlyAtheist
Sarah Kreuz, die DSDS-Siegerin der Herzen, mit ihrem eindrucksvollen
Debütalbum "One Moment in Time". http://portal.gmx.net/de/go/musik
participants (2)
-
iain@shihad.org
-
malcolm.hunter@gmx.co.uk