mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Some small layout tweaks that didn't get committed with the last merge.
This commit is contained in:
parent
eb1e76600c
commit
1a46d78584
4 changed files with 38 additions and 25 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue