packio

diff src/pathmap.c @ 1:a5728bc6a02f

moving along
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 09 Jan 2015 02:31:29 +0200
parents a71bd70c1014
children
line diff
     1.1 --- a/src/pathmap.c	Sat Jan 03 15:29:05 2015 +0200
     1.2 +++ b/src/pathmap.c	Fri Jan 09 02:31:29 2015 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  
     1.5  	if(!map) {
     1.6  		if(!(map = rb_create(RB_KEY_STRING))) {
     1.7 -			fprintf(stderr, "packio: failed to create path mapping tree\n");
     1.8 +			fprintf(stderr, "packio: failed to create the path mapping tree\n");
     1.9  			return -1;
    1.10  		}
    1.11  		rb_set_delete_func(map, map_entry_destructor, 0);