Subj : src/sbbs3/xtrn.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Fri Apr 26 2024 05:25 pm https://gitlab.synchro.net/main/sbbs/-/commit/5277021c97929fc46c742093 Modified Files: src/sbbs3/xtrn.cpp Log Message: Fix GCC-aarch64 compile (caught be pipeline) error: cannot bind non-const lvalue reference of type ‘long unsigned int&’ to an rvalue of type ‘long unsigned int’ Just getting rid of more use of ulong (replaced with size_t). .