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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user