diff options
author | jcid <devnull@localhost> | 2008-09-30 18:05:05 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-30 18:05:05 +0200 |
commit | ff1884a3ffd437d00fc64b61f8651ed8208833d7 (patch) | |
tree | 6e5203f7dcfb59bbb41c39d1c572296bec2adec3 /dpi/file.c | |
parent | be24f03d5bcddc96cd91f098ff7d8c3305707c2b (diff) |
- Removed the button sensitivity timeout.
Diffstat (limited to 'dpi/file.c')
-rw-r--r-- | dpi/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -827,7 +827,7 @@ static void *File_serve_client(void *data) /* Read the dpi command */ dpip_tag = sock_handler_read(Client->sh); - MSG("dpip_tag={%s}\n", dpip_tag); + _MSG("dpip_tag={%s}\n", dpip_tag); if (dpip_tag) { cmd = a_Dpip_get_attr(dpip_tag, strlen(dpip_tag), "cmd"); |