Changeset 98 for vis_dev/vis-2.3/src/rob/robCmd.c
- Timestamp:
- Jul 15, 2012, 2:15:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vis_dev/vis-2.3/src/rob/robCmd.c
r43 r98 1484 1484 Hrc_Node_t * rootNode = Hrc_ManagerReadRootNode(*hmgr); 1485 1485 if(rootNode == NIL(Hrc_Node_t)){ 1486 printf("Please build the network first ");1486 printf("Please build the network first\n"); 1487 1487 return 1; 1488 1488 } … … 1491 1491 Hrc_Node_t * goldenNode = Hrc_NodeFindChildByName(rootNode, name); 1492 1492 if(goldenNode == NIL(Hrc_Node_t)){ 1493 printf(" Please build the network first");1493 printf("Compose the network with a golden name golden first\n"); 1494 1494 return 1; 1495 1495 }
Note: See TracChangeset
for help on using the changeset viewer.