2011-02-17 13:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* src/rtl/achoice.prg
    + Added TOFIX.

  * src/rtl/hbrandom.c
    ! Fixed type and initialization of a variable.

  * utils/hbmk2/hbmk2.prg
    * Formatting.
This commit is contained in:
Viktor Szakats
2011-02-17 12:57:57 +00:00
parent 2b78d2754b
commit e4be7fd9c0
4 changed files with 20 additions and 2 deletions

View File

@@ -11,6 +11,15 @@
*
*/
/* TOFIX:
---
#include "inkey.ch"
CLS
KEYBOARD Chr( K_DOWN ) + Chr( K_UP ) // bogus '2' appears out of the area here.
AChoice( 0, 0, 0, 0, { "1", "2" } )
---
*/
#include "achoice.ch"
#include "color.ch"
#include "common.ch"

View File

@@ -57,7 +57,7 @@
#include <float.h>
/* Globally available data, no need to MT it */
static volatile int s_fInit = 0;
static volatile HB_BOOL s_fInit = HB_FALSE;
/*
* HB_RANDOM