This commit is contained in:
Chris Young 2013-10-28 21:21:07 +00:00
parent 0f166ad6b0
commit b50743a253
1 changed files with 2 additions and 6 deletions

View File

@ -2491,12 +2491,8 @@ void ami_handle_applib(void)
{
struct ApplicationCustomMsg *applibcustmsg =
(struct ApplicationCustomMsg *)applibmsg;
// STRPTR tempmsg;
// if(tempmsg = ASPrintf("\"%s\"",applibcustmsg->customMsg))
// {
OpenWorkbenchObjectA(applibcustmsg->customMsg, NULL);
// FreeVec(tempmsg);
// }
LOG(("Ringhio BackMsg received: %s", applibcustmsg->customMsg));
OpenWorkbenchObjectA(applibcustmsg->customMsg, NULL);
}
break;
}