diff options
author | erdgeist <> | 2004-02-01 16:08:33 +0000 |
---|---|---|
committer | erdgeist <> | 2004-02-01 16:08:33 +0000 |
commit | 218abdd8e352c20b582ba43ac34ce0fea9162da8 (patch) | |
tree | d0c6db9b02c160f9ea95e788b8c600547abad7a9 /vchat-ui.c | |
parent | 599760ac5c011c9ffc1515264ad08ca7dea98b44 (diff) |
Fixed ambigousity
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-x | vchat-ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -341,7 +341,7 @@ int writepriv (unsigned char *str, int maybeep) { | |||
341 | i = writescr(private, tmp); | 341 | i = writescr(private, tmp); |
342 | } | 342 | } |
343 | if( privwinhidden ) { | 343 | if( privwinhidden ) { |
344 | if( maybeep && getintoption( CF_BELLPRIV )) | 344 | if( (maybeep != 0) && (getintoption( CF_BELLPRIV ) != 0 )) |
345 | putchar( 7 ); | 345 | putchar( 7 ); |
346 | privheight_desired = privwinhidden; | 346 | privheight_desired = privwinhidden; |
347 | privwinhidden = 0; | 347 | privwinhidden = 0; |