Changeset: ffb267c72925 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ffb267c72925 Modified Files: monetdb5/mal/mal_box.c Branch: Jan2014 Log Message:
Layout. diffs (21 lines): diff --git a/monetdb5/mal/mal_box.c b/monetdb5/mal/mal_box.c --- a/monetdb5/mal/mal_box.c +++ b/monetdb5/mal/mal_box.c @@ -672,7 +672,7 @@ prepareSaveBox(Box box, str *boxfile, st GDKfree(*boxfile); *boxfile = NULL; GDKfree(*boxfilebak); *boxfilebak = NULL; return 0; - } + } f = open_wastream(*boxfile); #ifndef S_IRUSR @@ -681,7 +681,7 @@ prepareSaveBox(Box box, str *boxfile, st #endif if (f != NULL){ if( chmod(*boxfile, (S_IRUSR | S_IWUSR)) ) - showException(GDKout, MAL,"box.saveBox", "can not change box file mode"); + showException(GDKout, MAL,"box.saveBox", "can not change box file mode"); } else showException(GDKout, MAL,"box.saveBox", "can not create box file"); if (f == NULL) { _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list