mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Replaced NULL with nullptr in C++ source files (#70)
This commit is contained in:
committed by
Peter Johnson
parent
8566878af4
commit
e9718fc7bf
@@ -322,7 +322,7 @@ const char* GetVisionErrorText(int errorCode) {
|
||||
break;
|
||||
}
|
||||
case -1074395269: {
|
||||
errorText = "ERR_nullptr_POINTER";
|
||||
errorText = "ERR_NULL_POINTER";
|
||||
break;
|
||||
}
|
||||
case -1074395270: {
|
||||
@@ -566,7 +566,7 @@ const char* GetVisionErrorText(int errorCode) {
|
||||
break;
|
||||
}
|
||||
case -1074395343: {
|
||||
errorText = "ERR_FILE_FILENAME_nullptr";
|
||||
errorText = "ERR_FILE_FILENAME_NULL";
|
||||
break;
|
||||
}
|
||||
case -1074395345: {
|
||||
@@ -2086,7 +2086,7 @@ const char* GetVisionErrorText(int errorCode) {
|
||||
break;
|
||||
}
|
||||
case -1074396098: {
|
||||
errorText = "ERR_RESERVED_MUST_BE_nullptr";
|
||||
errorText = "ERR_RESERVED_MUST_BE_NULL";
|
||||
break;
|
||||
}
|
||||
case -1074396099: {
|
||||
|
||||
Reference in New Issue
Block a user