Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0518409

Browse files
committed
Fix Bug: AGMDB_isError() return the wrong result
1 parent119440a commit0518409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎apache2/ag_mdb/ag_mdb.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,9 +1219,9 @@ const char* AGMDB_getErrorInfo(int error_no){
12191219
*/
12201220
boolAGMDB_isError(int return_code){
12211221
if (return_code < AGMDB_ERROR)
1222-
returntrue;
1223-
else
12241222
returnfalse;
1223+
else
1224+
returntrue;
12251225
}
12261226

12271227
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp