Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix export accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Raab committed Jul 11, 2014
1 parent f17c425 commit 4952600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/kdb/export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int ExportCommand::execute(Cmdline const& cl)
Modules modules;
PluginPtr plugin = modules.load(format);

Key errorKey;
Key errorKey(root);
errorKey.setString(file);

plugin->set(part, errorKey);
Expand Down

0 comments on commit 4952600

Please sign in to comment.