Comment 12 for bug 177560

Revision history for this message
Fabrice Coutadeur (fabricesp) wrote :

Hi,

From what I've seen, this is the patch that adds this ^M characters, so if you fix/update the patch, it should be ok.

The 'non-sens' lines in the patch are this kind of lines:
+- app.MainLoop()
+\ No newline at end of file
++ app.MainLoop()

or

+- mapFile = mapElement.getAttribute( 'file' )
++ mapFile = mapElement.getAttribute( 'file' )

The patch should only contains real changes, and not 'fake' ones...

Thanks,
Fabrice