diff --git a/libs/pbd/pbd/msvc_pbd.h b/libs/pbd/pbd/msvc_pbd.h index a471dd11ba..33d1834b08 100644 --- a/libs/pbd/pbd/msvc_pbd.h +++ b/libs/pbd/pbd/msvc_pbd.h @@ -166,7 +166,7 @@ struct dirent { long d_ino; // Always zero unsigned short d_reclen; // Always zero - unsigned shor d_namlen; // Length of name in d_name + unsigned short d_namlen; // Length of name in d_name char d_name[FILENAME_MAX]; // File name };