We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5962b7a commit e1b2513Copy full SHA for e1b2513
src/aws-cpp-sdk-core/source/client/ClientConfiguration.cpp
@@ -96,7 +96,7 @@ Aws::String ComputeUserAgentString(ClientConfiguration const * const pConfig)
96
#if defined(AWS_USER_AGENT_CUSTOMIZATION)
97
#define XSTR(V) STR(V)
98
#define STR(V) #V
99
- ss << FilterUserAgentToken(" " XSTR(AWS_USER_AGENT_CUSTOMIZATION));
+ ss << " " << FilterUserAgentToken(XSTR(AWS_USER_AGENT_CUSTOMIZATION));
100
#undef STR
101
#undef XSTR
102
#endif
0 commit comments