abishekvashok / cmatrix

Terminal based "The Matrix" like implementation
GNU General Public License v3.0
4.05k stars 423 forks source link

Update cmatrix.c #99

Closed asteriosos closed 4 years ago

asteriosos commented 4 years ago

Because of make error on SUSE SLED 15.1: cmatrix.c:246:10: error: lvalue required as left operand of assignment COLS = win.ws_col; ^ cmatrix.c:247:11: error: lvalue required as left operand of assignment LINES = win.ws_row; ^ cmatrix.c:250:15: error: lvalue required as left operand of assignment LINES = 10; ^ cmatrix.c:253:14: error: lvalue required as left operand of assignment COLS = 10; ^ make[1]: *** [Makefile:425: cmatrix.o] Fehler 1