]> git.sesse.net Git - kdenlive/commit
Avoid triggering unspecified behavior in string comparisons.
authorRay Lehtiniemi <rayl@mail.com>
Wed, 8 Apr 2009 14:23:11 +0000 (14:23 +0000)
committerRay Lehtiniemi <rayl@mail.com>
Wed, 8 Apr 2009 14:23:11 +0000 (14:23 +0000)
commit761e249f5d7354edb887f1c25985e7bc65fdda06
tree6d2dde1bef238aabb999e78206985a1570d316b2
parentd534f2f7c7cffe659683d880410074ca122f6941
Avoid triggering unspecified behavior in string comparisons.

Eliminate a bunch of "warning: comparison with string literal results
in unspecified behaviour" messages.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3253
src/docclipbase.cpp
src/renderer.cpp