mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Disable again
This commit is contained in:
+3
-3
@@ -952,9 +952,9 @@ fmt_string :: proc(fi: ^Info, s: string, verb: rune) {
|
|||||||
if ol, ok := fi.optional_len.?; ok {
|
if ol, ok := fi.optional_len.?; ok {
|
||||||
s = s[:min(len(s), ol)]
|
s = s[:min(len(s), ol)]
|
||||||
}
|
}
|
||||||
if !fi.in_bad && fi.record_level >= 0 && verb == 'v' {
|
// if !fi.in_bad && fi.record_level >= 0 && verb == 'v' {
|
||||||
verb = 'q'
|
// verb = 'q'
|
||||||
}
|
// }
|
||||||
|
|
||||||
switch verb {
|
switch verb {
|
||||||
case 's', 'v':
|
case 's', 'v':
|
||||||
|
|||||||
Reference in New Issue
Block a user