Skip to content

Commit

Permalink
Fix rake swig task by adding io.truncate
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrir-naru committed Jan 11, 2025
1 parent b9cf048 commit c3f9d0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ task :swig do
}
io.rewind
io.write(lines.join)
io.truncate(io.pos)
}
}
}
Expand Down
1 change: 0 additions & 1 deletion ext/gps_pvt/sdr/Signal/Signal_wrap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -16211,4 +16211,3 @@ SWIGEXPORT void Init_Signal(void) {
SwigClassInt_Partial.trackObjects = 0;
}


0 comments on commit c3f9d0f

Please sign in to comment.