Skip to content

Commit

Permalink
actually, bad idea - turn that off for now...
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfleury committed Jan 6, 2025
1 parent fb1fb6b commit 812cea7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/raddbg/raddbg_views.c
Original file line number Diff line number Diff line change
Expand Up @@ -1738,8 +1738,6 @@ rd_watch_view_build(RD_WatchViewState *ewv, RD_WatchViewFlags flags, String8 roo
// rjf: commit edited cell string
Vec2S64 tbl = v2s64(x, y);
RD_WatchViewColumn *col = rd_watch_view_column_from_x(ewv, x);
String8 initial_string = str8(edit_state->initial_buffer, edit_state->initial_size);;
if(!str8_match(new_string, initial_string, 0))
{
switch(col->kind)
{
Expand Down

0 comments on commit 812cea7

Please sign in to comment.