[Freeciv-Dev] (PR#11284) Freeciv bugs
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=11284 >
> [willem@xxxxxxx - Wed Dec 01 12:33:44 2004]:
> * Manual save does not work, neither "save" or "save as". Autosave
> does work.
I had a look at the server code for saves, and it looks like it doesn't
look for the last '.' in a filename path, nor does it make sure that the
last '.' is part of the filename and not part of a directory name.
This causes simple save requests, such as "/save ./doesthiswork" to not
work.
Here's a patch for that. I'm not sure if this is the cause of this
particular problem, though. I remember this being reported before but I
lost track of the ticket.
-James Canete
fixsavestripextension.diff
Description: Binary data
|
|