Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!dc4d+ From: dc4d+@andrew.cmu.edu (Darius Clynes) Newsgroups: comp.sys.mac.programmer Subject: Changed %p LSC 4.0 Message-ID: Date: 14 Sep 89 08:01:03 GMT Organization: Psychology, Carnegie Mellon, Pittsburgh, PA Lines: 11 For those of you porting LSC 3.0 to LSC 4.0 be careful to change (and examine) all %p usages in printf and scanf formats to %#s. This is the new pascal string format. In addition, watch out for %*s in scanf (skipping input string), if it works at all, it works differently from LSC 3.0. Also, you must add the MacSE30, MacIIcx, and MacIIx to the SysEnvirons types to the enum in the approiate #include file if you are checking for these machines. -Darius Clynes Carnegie Mellon Univ (412) 268 3148 Pgh, PA, 15213