You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: inc/fdb_def.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ if (!(EXPR)) \
102
102
#defineFDB_TSDB_CTRL_SET_FILE_MODE 0x09 /**< set file mode control command, this change MUST before database initialization */
103
103
#defineFDB_TSDB_CTRL_SET_MAX_SIZE 0x0A /**< set database max size in file mode control command, this change MUST before database initialization */
104
104
#defineFDB_TSDB_CTRL_SET_NOT_FORMAT 0x0B /**< set database NOT formatable mode control command, this change MUST before database initialization */
105
-
#defineFDB_TSDB_CTRL_SET_FORMAT_BAD_SEC_ONLY 0x0C /**< set database NOT formatable mode control command, this change MUST before database initialization */
105
+
#defineFDB_TSDB_CTRL_SET_FORMAT_BAD_SEC_ONLY 0x0C /**< format bad sectors only */
0 commit comments