mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
whee, it works
This commit is contained in:
parent
0bfd97d7c4
commit
d7e0fb7bd6
@ -18,7 +18,7 @@ void ReadIt(istream& ifs) {
|
||||
|
||||
main()
|
||||
{
|
||||
ipfstream ipfs("ls -l");
|
||||
IPipeStream ipfs("ls -l");
|
||||
|
||||
ReadIt(ipfs);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user