From 94036cc7c0dac61ca742f5c68e8a1e0d94bc5ac3 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sun, 14 Apr 2019 19:34:37 +0100 Subject: [PATCH] Correct a typo that crept in somewhere --- libs/pbd/pbd/msvc_pbd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };