mirror of
https://github.com/fltk/fltk.git
synced 2025-12-11 05:31:07 +08:00
Fix "failure to call pclose" (#240)
This commit is contained in:
committed by
Albrecht Schlosser
parent
713d1bfd7c
commit
571ff10553
@@ -239,6 +239,7 @@ void MyTable::load_command(const char *cmd) {
|
||||
rows((int)rowdata_.size());
|
||||
// Auto-calculate widths, with 20 pixel padding
|
||||
autowidth(20);
|
||||
pclose(fp);
|
||||
}
|
||||
|
||||
// Callback whenever someone clicks on different parts of the table
|
||||
|
||||
Reference in New Issue
Block a user