* Bug fixes: Fix numerous char array size mismatches, signed/unsigned
[citadel.git] / citadel / routines2.c
index f851e3df450c6c9e491f3188dd139cbf734eace2..d8076dc21a30a75ae33a54608aa5dc61d264efba 100644 (file)
@@ -69,7 +69,7 @@ int eopen(char *name, int mode)
 */
 
 
-int room_prompt(int qrflags)
+int room_prompt(unsigned int qrflags)
 {                              /* return proper room prompt character */
        int a;
        a = '>';