From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: <34411952-C49C-11D8-9BEC-000A9599CA60@google.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: 9fans@cse.psu.edu From: "Rob 'Commander' Pike" Date: Tue, 22 Jun 2004 15:33:37 -0700 Subject: [9fans] x11-init.c Topicbox-Message-UUID: aa5fb75e-eacd-11e9-9e20-41e7f4b1d025 russ is unreachable so i thought i'd just pass this info along here. in the new plan9port update, x11-init.c:352 is missing an argument to the smprint statement. the correct line is: if(home!=nil && (file=smprint("%s/.Xdefaults", home)) != nil){ on some machines this causes disastrous failure unless fixed. -rob