mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +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());
|
rows((int)rowdata_.size());
|
||||||
// Auto-calculate widths, with 20 pixel padding
|
// Auto-calculate widths, with 20 pixel padding
|
||||||
autowidth(20);
|
autowidth(20);
|
||||||
|
pclose(fp);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Callback whenever someone clicks on different parts of the table
|
// Callback whenever someone clicks on different parts of the table
|
||||||
|
|||||||
Reference in New Issue
Block a user