﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
19453,OS/2 shared folders found error for DOS programs [Fixed in SVN],FelixG,,"I found 2 errors causing shared folders on OS/2 to not be able to correctly display file names in DOS windows and old DOS programs.

It is easily verifiable with DIR in a DOS window. Files in 8.3 name format should be displayed.

File:		VboxSFFind.cpp

Function:	vboxSfOs2IsUtf16Name8dot3

Replace:	 if (off >= offMax)
     by:	if (off > offMax)

Replace:	 if (ch != '.')
     by:	if (ch == '.')

Thanks and regards.",defect,closed,guest additions,VirtualBox 6.1.4,fixed,"OS/2, Shared folders",,other,all
