mirror of https://github.com/BOINC/boinc.git
parent
7245196f5a
commit
e27371b24b
|
@ -102,6 +102,10 @@ void add_app() {
|
||||||
void add_platform() {
|
void add_platform() {
|
||||||
int retval;
|
int retval;
|
||||||
|
|
||||||
|
if (!user_friendly_name) {
|
||||||
|
fprintf( stderr, "User friendly name not specified.\n" );
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
if (!platform_name) {
|
if (!platform_name) {
|
||||||
fprintf( stderr, "Platform name not specified.\n" );
|
fprintf( stderr, "Platform name not specified.\n" );
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
Loading…
Reference in New Issue