Re: ANN: Burn.app 0.3.0

[email protected] Thu, 27 Feb 2003 22:26:18 +1100 (EST)
Newsgroups gmane.comp.lib.gnustep.applications
Message-ID <[email protected]>
On 27 Feb, To: [email protected] wrote:
>  	stream = popen(sprintf(s, "dd if=%s bs=1000c count=1", f)); 

D'oh!  I meant:

	stream = popen(sprintf(s, "file %s", f));

luke