Skip to content

Commit

Permalink
maint: merge stable to default
Browse files Browse the repository at this point in the history
  • Loading branch information
Rik committed Jan 29, 2025
2 parents c3badf6 + 99fbc5a commit f103c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libinterp/parse-tree/lex.ll
Original file line number Diff line number Diff line change
Expand Up @@ -3522,7 +3522,7 @@ make_integer_value (uintmax_t long_int_val, bool unsigned_val, int bytes)
msg.c_str ());
else
warning_with_id ("Octave:language-extension",
"Octave language extension used: %s near line %d offile %s",
"Octave language extension used: %s near line %d of file %s",
msg.c_str (), m_filepos.line (), nm.c_str ());
}
Expand Down

0 comments on commit f103c03

Please sign in to comment.