pedrohas2000 / pingus

Automatically exported from code.google.com/p/pingus
GNU General Public License v3.0
0 stars 0 forks source link

System::opendir() is not modifier-directory aware #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
System::opendir() is not modifier-directory aware, thus will not return things 
installed in ~/.pingus/ or other places and cause other trouble when using in 
combination with modifications/addons.

Proper fix would be to implement an opendir() around Pathname(), not change 
System::opendir()

Original issue reported on code.google.com by grum...@gmail.com on 20 Sep 2011 at 9:54

GoogleCodeExporter commented 9 years ago
Fixed in revision f8d84b6e2eb2c8cc8cdf81df00aecd8e02c29e0a

Original comment by grum...@gmail.com on 27 Sep 2011 at 10:14