Am Donnerstag, 25. Mai 2006 05:28 schrieb Bo Peng: > if (lyx::support::rename(temp_file, new_file)) { > temp_file = new_file; > output_file = ChangeExtension(output_file, ext); > source_file = ChangeExtension(output_file, ext);
My mistake. The last line slipped off the patch, I aded it later, and of course it should have been source_file = ChangeExtension(source_file, ext); I'll correct that now. Thanks for the investigation! Georg