Skip to content

Commit

Permalink
Fix #298 - Cslj -> Csj (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae authored Nov 26, 2023
1 parent 6ac79bd commit 2fc6a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/libdec/r2util.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default (function() {

function print_issue() {
var xrefs = r2_sanitize(r2pipe.string('isj'), '[]');
var strings = r2_sanitize(r2pipe.string('Cslj'), '[]');
var strings = r2_sanitize(r2pipe.string('Csj'), '[]');
var functions = r2_sanitize(r2pipe.string('aflj'), '[]');
var classes = r2_sanitize(r2pipe.string('icj'), '[]');
var data = r2_sanitize(r2pipe.string('agj'), '[]');
Expand Down

0 comments on commit 2fc6a3a

Please sign in to comment.