Changeset 2cfc6d7 for functions.c
- Timestamp:
- May 16, 2010, 1:45:40 AM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- c45e1eb
- Parents:
- 20aced3
- git-author:
- David Benjamin <davidben@mit.edu> (05/16/10 01:43:02)
- git-committer:
- David Benjamin <davidben@mit.edu> (05/16/10 01:45:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r7ba9e0de r2cfc6d7 1999 1999 pclose(p); 2000 2000 2001 if (type == OWL_OUTPUT_POPUP) { 2002 owl_function_popless_text(out); 2003 } else if (type == OWL_OUTPUT_RETURN) { 2001 if (type == OWL_OUTPUT_RETURN) { 2004 2002 owl_free(newbuff); 2005 2003 return out; 2006 2004 } else if (type == OWL_OUTPUT_ADMINMSG) { 2007 2005 owl_function_adminmsg(buff, out); 2008 } else {2009 owl_function_popless_text(out);2010 2006 } 2011 2007 owl_free(out); … … 2040 2036 } else if (type == OWL_OUTPUT_RETURN) { 2041 2037 return perlout; 2042 } else {2043 owl_function_popless_text(perlout);2044 2038 } 2045 2039 owl_free(perlout);
Note: See TracChangeset
for help on using the changeset viewer.