Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!think.com!zaphod.mps.ohio-state.edu!ncar!gatech!udel!haven!umbc3!gmuvax2!peraino From: peraino@gmuvax2.gmu.edu (Bob Peraino) Newsgroups: comp.sys.handhelds Subject: 0 length file bug Keywords: hp48 Message-ID: <3330@gmuvax2.gmu.edu> Date: 31 Jan 91 18:57:44 GMT Organization: George Mason Univ., Fairfax, Va. Lines: 16 >Along the same thread: Does anyone have a list of the bugs for the D >version? I only know of one, you can't transmit 0 byte files (darn?!) > ---Falco You can't RECEIVE 0 byte files. Transmitting a 0 length file is an impossibility from the hp48 end; for an object to exist, it MUST use some memory. This is probably why receiving this type of file doesn't work; the code wasn't written to handle the case of a 0 length file (that's obvious) probably because that case doesn't exist on the 48, and that case existing on the pc wasn't considered (This probably wasn't obvious). peraino@gmuvax.gmu.edu