mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
Fix spelling errors and improve documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10759 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -1296,7 +1296,7 @@ public:
|
||||
Fl_Process() {_fpt= NULL;}
|
||||
~Fl_Process() {if (_fpt) close();}
|
||||
|
||||
// FIXME: popen needs the utf8 equivalen fl_popen
|
||||
// FIXME: popen needs the UTF-8 equivalent fl_popen
|
||||
FILE * popen (const char *cmd, const char *mode="r");
|
||||
//not necessary here: FILE * fl_fopen (const char *file, const char *mode="r");
|
||||
int close();
|
||||
|
||||
Reference in New Issue
Block a user