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