fix for compile error (Windows)

This commit is contained in:
unknown 2005-04-27 13:54:42 +02:00
parent 79953d9c65
commit 5a720d4e68

View file

@ -1318,7 +1318,7 @@ public:
longlong val_int()
{
if (execute(&result_field))
return 0LL;
return (longlong) 0;
return result_field->val_int();
}