mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-08-20 06:33:45 +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)
|
||||
return NULL;
|
||||
/*
|
||||
* Position ourselves to the beginning of "DSN"
|
||||
* Position ourselves to the beginning of "DBQ"
|
||||
*/
|
||||
p = strcasestr (connectString, "DBQ");
|
||||
if (!p) return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user