Re: [dev] [st] cleanup patch

From: anonymous <p37sitdu_AT_lavabit.com>
Date: Tue, 26 Apr 2011 19:03:28 +0400

There is a problem with old code commented out with #ifdef:

% CFLAGS=-DDEBUG make
st build options:
CFLAGS = -DDEBUG -std=c99 -pedantic -Wall -Os -I. -I/usr/include
-I/usr/X11R6/include -DVERSION="0.1.1"
LDFLAGS = -s -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -lutil
CC = cc
CC st.c
st.c: In function ‘xdrawc’:
st.c:1685: error: ‘struct <anonymous>’ has no member named ‘fs’
st.c:1685: error: ‘struct <anonymous>’ has no member named ‘fs’
make: *** [st.o] Error 1

Fix attached.

Received on Tue Apr 26 2011 - 17:03:28 CEST

This archive was generated by hypermail 2.2.0 : Tue Apr 26 2011 - 17:12:03 CEST