Skip to content

Commit c307006

Browse files
SignalRTCopilot
andauthored
Update LLama/Native/NativeApi.cs
Co-authored-by: Copilot <[email protected]>
1 parent 9931d0e commit c307006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LLama/Native/NativeApi.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ private static byte[] EncodeNullTerminatedUtf8(string value, string paramName)
338338
var bytes = Encoding.UTF8.GetBytes(value);
339339
var buffer = new byte[bytes.Length + 1];
340340
Buffer.BlockCopy(bytes, 0, buffer, 0, bytes.Length);
341-
// buffer[^1] = 0;
342341
return buffer;
343342
}
344343

0 commit comments

Comments
 (0)