File psqlODBC-literal.patch of Package psqlODBC

--- dlg_specific.c
+++ dlg_specific.c
@@ -876,7 +876,7 @@
 {
 	char		tmp[128];
 
-	if (ODBCINST_INI == fileName && NULL == sectionName)
+	if ((strcmp( ODBCINST_INI, fileName) == 0) && NULL == sectionName)
 		sectionName = DBMS_NAME;
  
 	sprintf(tmp, "%d", comval->fetch_max);
openSUSE Build Service is sponsored by