Changeset 34482
- Timestamp:
- 06/04/15 11:35:51 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/multiimage/MultiImage.c
r34480 r34482 66 66 } 67 67 //Aufruf des plugins 68 status.extplugin = ostrcat("MultiImage", NULL, 0, 0); 69 } 68 //status.extplugin = ostrcat("MultiImage", NULL, 0, 0); 69 } 70 free(imagepath); imagepath=NULL; 71 sleep(1); 70 72 Multi_Image_thread = NULL; 71 73 } … … 240 242 else 241 243 { 242 textbox("ERROR", _("No Linux partit ion found on this device."), _("OK"), getrcconfigint("rcok", NULL),NULL, 0, NULL, 0, NULL, 0, 600, 200, 0, 0);244 textbox("ERROR", _("No Linux partiton found on this device."), _("OK"), getrcconfigint("rcok", NULL),NULL, 0, NULL, 0, NULL, 0, 600, 200, 0, 0); 243 245 ren = 0; 244 246 } … … 558 560 break; 559 561 } 562 if(rcret == getrcconfigint("rcpower", NULL)) 563 { 564 rc = 4; 565 break; 566 } 560 567 drawscreen(multiimage, 0, 0); 561 568 } … … 605 612 free(imagefile); imagefile=NULL; 606 613 if(ret == 1) 614 { 615 free(mdev); mdev=NULL; 607 616 return; 617 } 608 618 } 609 619 } … … 614 624 free(mdev); mdev=NULL; 615 625 mdev = find_multiimage_dev(); 626 } 627 if(ret == 4) 628 { 629 oshutdown(2, 1); 630 break; 616 631 } 617 632 }
Note: See TracChangeset
for help on using the changeset viewer.