diff options
author | Oskar <[email protected]> | 2024-03-29 19:43:01 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2024-03-29 19:43:01 +0100 |
commit | 40dc624e6c30af5e8b0ced7b615a7503eb502c17 (patch) | |
tree | c1dfaf9147d6843fdd5004c805f377962fee3a39 /i_validation.c | |
parent | 47b6da53aa76a7be011703158e71ac5d3c642878 (diff) |
Renamed validate_L to validate_LN. The name may change. I should also
find a better way to implement vlaidate_check_p_m but for now all that
matters is that its working correctly... Which i think it does...
Diffstat (limited to 'i_validation.c')
-rw-r--r-- | i_validation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i_validation.c b/i_validation.c index 1239b85..1484993 100644 --- a/i_validation.c +++ b/i_validation.c @@ -165,7 +165,7 @@ int validate_imm_numbers(char *smode_buf) { return _NA; } -int validate_L(char *smode_buf, int mode) { +int validate_LN(char *smode_buf, int mode) { // this is still a huge function, validating strings is complicated.... // although i will admit that the code is overall just so much easier to work with. Still happy that i fixed that. |