KolibriOS / kolibrios

The official mirror of the main KolibriOS repository
245 stars 32 forks source link

The @open application passes paths without quotes #14

Open mxlgv opened 8 months ago

mxlgv commented 8 months ago

The @open application passes paths without quotes, which means that if there are spaces in the file path, the argument parser in C programs treats them as separate arguments. This behavior breaks DGEN. It is necessary to come up with an optimal solution so as not to break programs that do not understand quotes.