diff options
Diffstat (limited to 'gd_content_interface.c')
-rw-r--r-- | gd_content_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gd_content_interface.c b/gd_content_interface.c index 6fda5e4..e3ee5fc 100644 --- a/gd_content_interface.c +++ b/gd_content_interface.c @@ -73,7 +73,7 @@ int GdInitDatabase( MYSQL *db ) the_setup.DbPass, the_setup.DbName, the_setup.DbPort, - "", 0 ) == NULL ) + NULL, 0 ) == NULL ) { return -2; } // if mysql_real_connect |