Changeset 394 for trunk/icedtea-web/plugin/icedteanp/IcedTeaNPPlugin.cc
- Timestamp:
- Jul 18, 2012, 1:20:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/plugin/icedteanp/IcedTeaNPPlugin.cc
r385 r394 1232 1232 else 1233 1233 PLUGIN_ERROR ("Failed to read line from input channel"); 1234 #ifdef __OS2__ 1235 // G_IO_ERR/HUP is not reported on file/pipe handles, simulate it 1236 condition = (GIOCondition) (condition | G_IO_ERR); 1237 #endif 1234 1238 } else 1235 1239 {
Note:
See TracChangeset
for help on using the changeset viewer.