Some small layout tweaks that didn't get committed with the last merge.

This commit is contained in:
Robin Sommer 2011-07-22 13:35:29 -07:00
parent eb1e76600c
commit 1a46d78584
4 changed files with 38 additions and 25 deletions

View file

@ -972,8 +972,8 @@ FILE* search_for_file(const char* filename, const char* ext,
char path[1024], full_filename_buf[1024];
// append the currently loading script's path to BROPATH so that
// @loads can be referenced relatively
// Append the currently loading script's path to BROPATH so that
// @loads can be referenced relatively.
if ( current_scanned_file_path != "" )
safe_snprintf(path, sizeof(path), "%s:%s", bro_path(),
current_scanned_file_path.c_str());