OSDN Git Service

[Fix] #37353 c_roff() の引数型修正 / Fixed the type of argument c_roff()
authorHourier <hourier@users.sourceforge.jp>
Sun, 26 Jan 2020 14:09:13 +0000 (23:09 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 26 Jan 2020 14:09:13 +0000 (23:09 +0900)
src/util.c

index 846db8f..480b606 100644 (file)
@@ -3109,7 +3109,7 @@ void prt(concptr str, TERM_LEN row, TERM_LEN col)
  * This function will correctly handle any width up to the maximum legal
  * value of 256, though it works best for a standard 80 character width.
  */
-void c_roff(byte a, concptr str)
+void c_roff(TERM_COLOR a, concptr str)
 {
        int x, y;