mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
Updated to latest PTR client 10623.
Fixed build on VS 2010 Beta 2.
This commit is contained in:
parent
aa161f802b
commit
200ffee27c
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ bool SqlQueryHolder::SetQuery(size_t index, const char *sql)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// not executed yet, just stored (it's not called a holder for nothing)
|
/// not executed yet, just stored (it's not called a holder for nothing)
|
||||||
m_queries[index] = SqlResultPair(strdup(sql), NULL);
|
m_queries[index] = SqlResultPair(strdup(sql), (QueryResult*)NULL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue