mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Really fix the confusion, sorry for noise
Submitted by: avg Approved by: cognet
This commit is contained in:
parent
34ae1bb65b
commit
395b253f5f
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ cd9660_uppercase_characters(char *str, int len)
|
|||
}
|
||||
|
||||
static inline int
|
||||
cd9660_is_a_char(char c)
|
||||
cd9660_is_d_char(char c)
|
||||
{
|
||||
return (isupper((unsigned char)c)
|
||||
|| c == '_'
|
||||
|
|
@ -63,7 +63,7 @@ cd9660_is_a_char(char c)
|
|||
}
|
||||
|
||||
static inline int
|
||||
cd9660_is_d_char(char c)
|
||||
cd9660_is_a_char(char c)
|
||||
{
|
||||
return (isupper((unsigned char)c)
|
||||
|| c == '_'
|
||||
|
|
|
|||
Loading…
Reference in a new issue