Meer debugging

This commit is contained in:
Thulinma 2010-11-08 19:26:38 +01:00
parent a770cd9bf3
commit f4a14532cb
2 changed files with 6 additions and 5 deletions

View file

@ -112,7 +112,7 @@ int main(int argc, char ** argv){
if (ready4data){
if (!inited){
//we are ready, connect the socket!
ss = DDV_OpenUnix(streamname.c_str());
ss = DDV_OpenUnix(streamname);
if (ss <= 0){
#ifdef DEBUG
fprintf(stderr, "Could not connect to server!\n");