Ad Widget

Collapse

Version Pre 1.7.0 Build 6463 - Compilatio Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Palmertree
    Senior Member
    • Sep 2005
    • 746

    #1

    Version Pre 1.7.0 Build 6463 - Compilatio Error

    Get a compilation error when compiling Version Pre 1.7.0 Build 6463 in checks_db.c on line 162. Missing 3rd parameter. Here is the fix.

    Change line #161 in checks_db.c from:
    if (SUCCEED == set_result_type(result, item->value_type, row[0]))

    to:
    if( SUCCEED == set_result_type(result, item->value_type, item->data_type, row[0]) )
Working...