diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-06-05 21:40:36 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-06-05 21:40:36 -0400 |
commit | 3e1cec290e04799d1596e79d4ca467e15a5d065a (patch) | |
tree | dcb8b3f034af4cee7ed79163210ed16930923f51 | |
parent | f059b5da4cca2ab4d374a1f3bca8499a5d399032 (diff) |
changed base name from :root to :
-rw-r--r-- | nodelink.c | 2 | ||||
-rw-r--r-- | read.c | 2 | ||||
-rw-r--r-- | template | 3 |
3 files changed, 5 insertions, 2 deletions
@@ -31,7 +31,7 @@ static void printeach(strbstnode* loc, char reprint) { if (!reprint) printf(" "); // indent on subnode printlink(loc->ind, loc->data); // prints it // and subnodes if iterating over root tree (except root link) - if (reprint && strcmp(loc->ind,"root")) { + if (reprint && strcmp(loc->ind,"")) { // prints the link's target's link tree printeach( ( (link*)loc->data)->to->links->head, 0); } @@ -94,7 +94,7 @@ node* readfile(char* name) { FILE* read = fopen(name, "r"); node *root, *cur; cur = root = newnode(); - link* curl = addbstlink(root->links, "root", root); + link* curl = addbstlink(root->links, "", root); llnode start; start.next = NULL; // empty desc isn't undefined @@ -19,3 +19,6 @@ Civilians are being killed by chemicals outlawed by Geneva Convention. - Chemical Warfare The United Nations has attempted, in ceasefires to get gov't to agree to stop chemical warfare in exchange for enemies' + +: +should append |