Skip to content

Commit

Permalink
Fix: Pugin configs are indexed by plugin name only.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Nov 11, 2024
1 parent 70654e8 commit 5caa62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/include/rz_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ struct rz_core_t {
RzIO *io;
HtSP /*<RzCorePlugin *>*/ *plugins; ///< List of registered core plugins
RzConfig *config;
HtSP /*<plugins.<plugin_name>: RzConfig>*/ *plugin_configs; ///< Pointers to plugin configurations. Indexed by "plugins.<name>"
HtSP /*<plugin_name: RzConfig>*/ *plugin_configs; ///< Pointers to plugin configurations. Indexed by plugin name
ut64 offset; // current seek
ut64 prompt_offset; // temporarily set to offset to have $$ in expressions always stay the same during temp seeks
ut32 blocksize;
Expand Down

0 comments on commit 5caa62b

Please sign in to comment.