> Technically strcpy's ranges cannot overlap at all, > although in practice this is usually not an issue. > Does quiet a valgrind warning, however.
> - strcpy (string, &string[*idx+1]); > * strmove (string, &string[*idx+1]); Interesting, although I agree with others that introducing strmove() is a bit too much, I need to check this problem, since compiling with -O2 produced malformed .sdl help files for me (lowering optimization to -O did help). //Marcin ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel