whee, it works

This commit is contained in:
Cary Sandvig 2000-12-13 20:06:49 +00:00
parent 0bfd97d7c4
commit d7e0fb7bd6

View File

@ -18,7 +18,7 @@ void ReadIt(istream& ifs) {
main()
{
ipfstream ipfs("ls -l");
IPipeStream ipfs("ls -l");
ReadIt(ipfs);
}