2012-11-15 01:20 UTC+0100 Viktor Szakats (harbour syenar.net)

* contrib/hbnf/floptst.prg
  * utils/hbmk2/hbmk2.prg
    * minor folloup cleanup
This commit is contained in:
Viktor Szakats
2012-11-15 00:21:28 +00:00
parent 6544982c2a
commit ac0a616881
3 changed files with 7 additions and 2 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-11-15 01:20 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbnf/floptst.prg
* utils/hbmk2/hbmk2.prg
* minor folloup cleanup
2012-11-14 21:37 UTC+0100 Viktor Szakats (harbour syenar.net)
* COPYING
* debian/copyright

View File

@@ -52,7 +52,7 @@
#include "fileio.ch"
#define ERR_WRONG_PARAMETERS ( -1 )
#define ERR_WRONG_PARAMETERS -1
#define ERR_NO_ERROR 0
#define ERR_DRIVE_NOT_READY 1 /* unused */
#define ERR_UNFORMATTED 2 /* unused */

View File

@@ -309,7 +309,7 @@ EXTERNAL hbmk_KEYW
#define _CHR_EOL Chr( 10 )
#define _OUT_EOL Chr( 10 )
#define _HBMK_IMPLIB_NOTFOUND ( -1 )
#define _HBMK_IMPLIB_NOTFOUND -1
#define _HBMK_IMPLIB_OK 0
#define _HBMK_IMPLIB_FAILED 1