Diff for /freem/src/strings.c between versions 1.7 and 1.8

version 1.7, 2025/04/15 02:24:43 version 1.8, 2025/05/01 17:02:30
Line 24 Line 24
  *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.   *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
  *   *
  *   $Log$   *   $Log$
    *   Revision 1.8  2025/05/01 17:02:30  snw
    *   Further debugging improvements
    *
  *   Revision 1.7  2025/04/15 02:24:43  snw   *   Revision 1.7  2025/04/15 02:24:43  snw
  *   Improve FreeM logging capabilities   *   Improve FreeM logging capabilities
  *   *
Line 461  size_t name_to_key(char *buf, const char Line 464  size_t name_to_key(char *buf, const char
     }      }
   
 n_to_k_done:  n_to_k_done:
       buf[j] = '\201';
       
     return j;      return j;
   
 }  }

Removed from v.1.7  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>