[Libreoffice-commits] core.git: rsc/source
Julien Nabet
serval2412 at yahoo.fr
Thu May 16 12:58:19 PDT 2013
rsc/source/rscpp/cpp5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 96c2986dd46d963dae1c3b9fa3a8f2ebf05e8f65
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Thu May 16 21:57:26 2013 +0200
Quiet cppcheck
Change-Id: Ib860b6dc3b7ace5f737d283778827bfb0783b362
diff --git a/rsc/source/rscpp/cpp5.c b/rsc/source/rscpp/cpp5.c
index 37b2c11..92587fe 100644
--- a/rsc/source/rscpp/cpp5.c
+++ b/rsc/source/rscpp/cpp5.c
@@ -640,7 +640,7 @@ evalnum(int c)
c = cget();
}
if (c == 'u' || c == 'U') /* Unsigned nonsense */
- c = cget();
+ cget();
unget();
return (value);
}
More information about the Libreoffice-commits
mailing list