draconisPW / PWMAngband

A free, multi-player roguelike dungeon exploration game based on Angband
35 stars 11 forks source link

fix conf_default_save() #598

Closed s88100 closed 1 year ago

s88100 commented 1 year ago
client/conf.c:630:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  630 |     if (config = file_open(config_name, MODE_READ, -1))
client/conf.c:645:41: warning: unknown escape sequence: '\;'
  645 |     conf_set_string("MAngband", "\;host", "localhost");