Bumped version in getVersion() for all formats.

committer: mfx <mfx> 1031846916 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-09-12 16:08:36 +00:00
parent 74a2d9486b
commit e225d77146
18 changed files with 21 additions and 18 deletions
+2
View File
@@ -198,6 +198,7 @@ static void setCursor(screen_t *this, int x, int y)
}
/*
// I added ScreenGetCursor, because when upx prints something longer than
// 1 line (an error message for example), the this->data->cursor_y can
// have a bad value - ml1050
@@ -206,6 +207,7 @@ static void setCursor(screen_t *this, int x, int y)
// Laszlo: when does this happen ? This probably indicates a
// bug in c_screen.cpp(print0) I've introduced with
// the 2 passes implementation.
*/
static void getCursor(const screen_t *this, int *x, int *y)
{