Changeset 4155:18ba7ffd9088 in roaraudio


Ignore:
Timestamp:
08/13/10 00:59:51 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed incorrect parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r4144 r4155  
    10901090 
    10911091 if ( (x11con = roar_x11_connect(x11display)) == NULL ) { 
    1092   ROAR_ERR("Can not connect to X11 server for %sregistering", ROAR_DBG_INFO_INFO, unreg ? "un" : ""); 
     1092  ROAR_ERR("Can not connect to X11 server for %sregistering", unreg ? "un" : ""); 
    10931093  return -1; 
    10941094 } 
Note: See TracChangeset for help on using the changeset viewer.