mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-08-20 09:13:13 +08:00
Fix typo (DSN → DBQ)
This commit is contained in:
parent
4cf76bd7db
commit
9d0bfa336c
@ -243,7 +243,7 @@ gchar* ExtractDBQ (ConnectParams* params, const gchar* connectString)
|
|||||||
if (!params)
|
if (!params)
|
||||||
return NULL;
|
return NULL;
|
||||||
/*
|
/*
|
||||||
* Position ourselves to the beginning of "DSN"
|
* Position ourselves to the beginning of "DBQ"
|
||||||
*/
|
*/
|
||||||
p = strcasestr (connectString, "DBQ");
|
p = strcasestr (connectString, "DBQ");
|
||||||
if (!p) return NULL;
|
if (!p) return NULL;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user