Andre Poenitz schrieb:
Modified: lyx-devel/trunk/src/frontends/controllers/frontend_helpers.cpp URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/controllers/frontend_helpers.cpp?rev=18992
Something is wrong with this link (surprise included).
Note that in general it is better to write that as idx + 1 < fname.size() as this is safe even in case of unsigned idx and fname.size() == 0.
Then you should fix it :-) Michael